home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Programming / cvs-1.11.1 / ChangeLog.AMIGA < prev    next >
Text File  |  2001-01-01  |  2KB  |  71 lines

  1. 2001-07-28 Jens Langner <Jens.Langner@htw-dresden.de>
  2.  
  3.  * fixed bug/enforcer hits in amiga_expand_wild() function where
  4.    the argv string should normally be duplicated because
  5.    free_names() is freeing this strings later. This bug
  6.    effected possibly many other functions. Now it should behave
  7.    save.
  8.  
  9.  * removed most of the cvs original documentation from the release
  10.    archive because it will make the archive too hugh.
  11.    Please make sure to check the documentation at
  12.    http://www.cvshome.org/
  13.  
  14. 2001-07-22 Jens Langner <Jens.Langner@htw-dresden.de>
  15.  
  16.  * rewrote all smakefiles to make it easy to compile a version for
  17.    different CPUs.
  18.  
  19.  * added CPU dependent version string.
  20.  
  21. 2001-07-21 Olaf Barthel <olsen@sourcery.han.de>
  22.  
  23.  * fixed bug in the time calculation which occured in
  24.    convert_fileinfo_to_stat()
  25.  
  26. 2001-07-19 Jens Langner <Jens.Langner@htw-dresden.de>
  27.  
  28.  * fixed crash if a user tried to break a checkout/checkin process
  29.    with CTRL-C.
  30.  
  31.  * fixed crashes on "cvs init" usage.
  32.  
  33.  * Verified the ssh changes from Olaf and ported them to the latest
  34.    1.11.1p1 version of CVS.
  35.  
  36. 2001-06-01 Olaf Barthel <olsen@sourcery.han.de>
  37.  
  38.  * Added the option to configure the SSH port to use; updated the
  39.    documentation as well.
  40.  
  41. 2001-04-29 Jens Langner <Jens.Langner@htw-dresden.de>
  42.  
  43.  * updated CVS source tree to latest version 1.11.1p1
  44.    and updated amiga.c implementation accordingly
  45.  
  46.  * CVS/Entries files were broken because of some wrong time calculation
  47.    in convert_fileinfo_to_stat()
  48.  
  49.  * fixed some bugs in the smakefiles and corrected some header files
  50.  
  51. 2001-02-08 Olaf Barthel <olsen@sourcery.han.de>
  52.  
  53.  * Whoops. The fstat() replacement function did not get called and
  54.    thus ended up trashing the protection bits of files checked out.
  55.  
  56.  * The current signal handler was not properly restored in the
  57.    password entry routine.
  58.  
  59. 2001-02-07 Olaf Barthel <olsen@sourcery.han.de>
  60.  
  61.  * The password query routine failed to store the password entered,
  62.    rendering cvs almost entirely useless. The code was also vulnerable
  63.    when receiving a ^C break signal.
  64.  
  65.  * Rewrote stat(), fstat(), lstat() and chmod() from scratch since
  66.    the original implementations turned out to be fundamentally
  67.    incompatible with how CVS would use file attribute bits.
  68.  
  69.  * Worked around another potential pitfall with the access()
  70.    implementation.
  71.